home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be004.dxr / 00109.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  468 b   |  20 lines

  1. on exitFrame
  2.   repeat while the timer <= 120
  3.     if the memberNum of sprite 10 = 22 then
  4.       set the memberNum of sprite 10 to 23
  5.       updateStage()
  6.       next repeat
  7.     end if
  8.     if the memberNum of sprite 10 = 23 then
  9.       set the memberNum of sprite 10 to 24
  10.       updateStage()
  11.       next repeat
  12.     end if
  13.     if the memberNum of sprite 10 = 23 then
  14.       set the memberNum of sprite 10 to 22
  15.       updateStage()
  16.     end if
  17.   end repeat
  18.   go(the frame)
  19. end
  20.